A C D F G I N R S T X Y Z
A
- activate() -
Method in class com.cult3d.world.CultEvent
- Activate the event.
C
- Camera - class com.cult3d.world.Camera.
- This class provides a representation of a Cult3D camera.
- Camera(String) -
Constructor for class com.cult3d.world.Camera
- Constructs a Java representation of a camera.
- clearRect(int, int, int, int) -
Method in class com.cult3d.TextureGraphics
- Clears the specified rectangle by filling it with the background
color of the current drawing surface.
- clipRect(int, int, int, int) -
Method in class com.cult3d.TextureGraphics
- Intersects the current clip with the specified rectangle.
- copyArea(int, int, int, int, int, int) -
Method in class com.cult3d.TextureGraphics
- Not implemented in this version.
- create() -
Method in class com.cult3d.TextureGraphics
- Creates a new Graphics object that is a copy of this Graphics object.
- createImage(Image) -
Static method in class com.cult3d.Cult
- Creates an off-screen drawable copy from an Image.
- createImage(int, int) -
Static method in class com.cult3d.Cult
- Creates an off-screen drawable Image.
- Cult - class com.cult3d.Cult.
- This class provides a way to access static Cult3D methods.
- cult3dDestroy() -
Method in interface com.cult3d.Cult3DScript
- Called on destruction of the plugin instance.
- Cult3DScript - interface com.cult3d.Cult3DScript.
- This interface must be implemented by any
class that is supposed to be started from a
Cult3D plugin.
- CultEvent - class com.cult3d.world.CultEvent.
- This class provides a way to trigger events for Cult3D objects.
- CultEvent(String) -
Constructor for class com.cult3d.world.CultEvent
- Constructs a reference to a Cult3D event.
- CultObject - class com.cult3d.world.CultObject.
- This class provides a representation of a Cult3D object.
- CultObject(String) -
Constructor for class com.cult3d.world.CultObject
- Constructs a Java representation of a Cult3D object.
D
- deactivate() -
Method in class com.cult3d.world.CultEvent
- Deactivate the event.
- dispose() -
Method in class com.cult3d.TextureGraphics
- Dispose of the system resources used by this graphics context.
- drawArc(int, int, int, int, int, int) -
Method in class com.cult3d.TextureGraphics
- Not implemented in this version.
- drawImage(Image, int, int, Color, ImageObserver) -
Method in class com.cult3d.TextureGraphics
-
- drawImage(Image, int, int, ImageObserver) -
Method in class com.cult3d.TextureGraphics
- Draws the specified image at the specified coordinate (x, y).
- drawImage(Image, int, int, int, int, Color, ImageObserver) -
Method in class com.cult3d.TextureGraphics
- Not implemented in this version.
- drawImage(Image, int, int, int, int, ImageObserver) -
Method in class com.cult3d.TextureGraphics
- Not implemented in this version.
- drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) -
Method in class com.cult3d.TextureGraphics
- Not implemented in this version.
- drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) -
Method in class com.cult3d.TextureGraphics
- Not implemented in this version.
- drawLine(int, int, int, int) -
Method in class com.cult3d.TextureGraphics
- Draws a line between the coordinates (x1,y1) and (x2,y2) using
the current color.
- drawOval(int, int, int, int) -
Method in class com.cult3d.TextureGraphics
- Not implemented in this version.
- drawPolygon(int[], int[], int) -
Method in class com.cult3d.TextureGraphics
- Draws the outline of a polygon defined by arrays of x coordinates
and y coordinates using the current color.
- drawPolyline(int[], int[], int) -
Method in class com.cult3d.TextureGraphics
- Draws a sequence of connected lines defined by arrays of x coordinates
and y coordinates using the current color.
- drawRoundRect(int, int, int, int, int, int) -
Method in class com.cult3d.TextureGraphics
- Not implemented in this version.
- drawString(String, int, int) -
Method in class com.cult3d.TextureGraphics
- Draws the specified String using the current font and color.
F
- fillArc(int, int, int, int, int, int) -
Method in class com.cult3d.TextureGraphics
- Not implemented in this version.
- fillOval(int, int, int, int) -
Method in class com.cult3d.TextureGraphics
- Not implemented in this version.
- fillPolygon(int[], int[], int) -
Method in class com.cult3d.TextureGraphics
- Not implemented in this version.
- fillRect(int, int, int, int) -
Method in class com.cult3d.TextureGraphics
- Fills the specified rectangle with the current color.
- fillRoundRect(int, int, int, int, int, int) -
Method in class com.cult3d.TextureGraphics
- Not implemented in this version.
- flush() -
Method in class com.cult3d.TextureImage
- Flushes all resources being used by this Image object.
G
- getClip() -
Method in class com.cult3d.TextureGraphics
- Return a Shape object representing the current clipping area.
- getClipBounds() -
Method in class com.cult3d.TextureGraphics
- Returns the bounding rectangle of the current clipping area.
- getColor() -
Method in class com.cult3d.TextureGraphics
- Gets the current color.
- getFont() -
Method in class com.cult3d.TextureGraphics
- Gets the current font.
- getFontMetrics(Font) -
Method in class com.cult3d.TextureGraphics
- Gets the font metrics for the specified font.
- getGraphics() -
Method in class com.cult3d.TextureImage
- Gets a graphics object to draw into this image.
- getHeight() -
Method in class com.cult3d.world.Texture
- Gets the height of the texture.
- getHeight(ImageObserver) -
Method in class com.cult3d.TextureImage
- Gets the actual height of the image.
- getImage(String) -
Static method in class com.cult3d.Cult
- Gets an image from Cult3D.
- getProperty(String, ImageObserver) -
Method in class com.cult3d.TextureImage
- Gets a property of the image by name.
- getResource() -
Method in class com.cult3d.world.Resource
- Extracts the resource from the object.
- getSource() -
Method in class com.cult3d.TextureImage
- Gets the object that produces the pixels for the image.
- getTexture() -
Method in class com.cult3d.world.Texture
- Gets the currently set texture.
- getTexture(Image) -
Method in class com.cult3d.world.Texture
- Copies the texture to an Image.
- getWidth() -
Method in class com.cult3d.world.Texture
- Gets the width of the texture.
- getWidth(ImageObserver) -
Method in class com.cult3d.TextureImage
- Gets the actual width of the image.
I
- isLoaded() -
Static method in class com.cult3d.Cult
- Checks if everything is loaded.
N
- NameNotFoundException - exception com.cult3d.world.NameNotFoundException.
- Signals that Cult3D could'nt find a name provided.
- NameNotFoundException() -
Constructor for class com.cult3d.world.NameNotFoundException
- Constructs a NameNotFoundException with no detail message.
- NameNotFoundException(String) -
Constructor for class com.cult3d.world.NameNotFoundException
- Constructs a NameNotFoundException with the detail specified detail message.
R
- Resource - class com.cult3d.world.Resource.
- This class provides a way to extract resources from a Cult3D object.
- Resource(String) -
Constructor for class com.cult3d.world.Resource
- Constructs a Java representation of a Cult3D resource.
- rotate(int, float) -
Method in class com.cult3d.world.CultObject
- Rotates the object.
S
- setAsActive() -
Method in class com.cult3d.world.Camera
- Sets this camera to the active one.
- setClip(int, int, int, int) -
Method in class com.cult3d.TextureGraphics
- Sets the current clip to the rectangle specified by the given
coordinates.
- setClip(Shape) -
Method in class com.cult3d.TextureGraphics
- Set the current clipping area to an arbitrary clip shape.
- setColor(Color) -
Method in class com.cult3d.TextureGraphics
- Sets the current color to the specified color.
- setFont(Font) -
Method in class com.cult3d.TextureGraphics
- Sets the font for all subsequent text rendering operations.
- setPaintMode() -
Method in class com.cult3d.TextureGraphics
- Sets the logical pixel operation function to the Paint, or
overwrite mode.
- setTexture(Image) -
Method in class com.cult3d.world.Texture
- Sets the texture from an Image instance.
- setTexture(int[]) -
Method in class com.cult3d.world.Texture
- Sets the texture from an array of int-values.
- setXORMode(Color) -
Method in class com.cult3d.TextureGraphics
- Not implemented in this version.
- showDocument(URL) -
Static method in class com.cult3d.Cult
- Replaces the Web page currently being viewed with the given URL.
- showDocument(URL, String) -
Static method in class com.cult3d.Cult
- Requests that the browser or applet viewer show the Web page
indicated by the
url
argument.
T
- Texture - class com.cult3d.world.Texture.
- This class provides a representation of a Cult3D texture.
- Texture(String) -
Constructor for class com.cult3d.world.Texture
- Constructs a Java representation of a Cult3D texture.
- TextureGraphics - class com.cult3d.TextureGraphics.
- This is a graphics context that allow an application
to draw onto off-screen images.
- TextureImage - class com.cult3d.TextureImage.
- This class implements an off-screen drawable image.
- translate(float, float, float) -
Method in class com.cult3d.world.CultObject
- Translates the object.
- translate(int, int) -
Method in class com.cult3d.TextureGraphics
- Translates the origin of the graphics context to the point
(x, y) in the current coordinate system.
- trigger() -
Method in class com.cult3d.world.CultEvent
- Trigger the event.
X
- X -
Static variable in class com.cult3d.world.CultObject
- The x-axis.
Y
- Y -
Static variable in class com.cult3d.world.CultObject
- The y-axis.
Z
- Z -
Static variable in class com.cult3d.world.CultObject
- The z-axis.
A C D F G I N R S T X Y Z